home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Oattractor.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  177b  |  11 lines

  1. #ifndef _OATTRACTOR_H_
  2. #define _OATTRACTOR_H_
  3.  
  4. enum
  5. {
  6.     ATTRACTOROBJECT_STRENGTH     = 1000,
  7.     ATTRACTOROBJECT_SIZE             = 1001,
  8.     ATTRACTOROBJECT_SPEEDLIMIT = 1002
  9. };
  10.  
  11. #endif